Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(git): add git pre-commit and setup script #513

Merged
merged 1 commit into from
Feb 11, 2020

Conversation

mainrs
Copy link
Member

@mainrs mainrs commented Feb 11, 2020

The pre-commit hook ensures multiple things before commiting code:

  1. All Rust code is properly formatted
  2. All linting errors are fixed
  3. All tests are passing
  4. The project can be compiled inside of the local development env

The pre-commit hook ensures multiple things before commiting code:
1) All Rust code is properly formatted
2) All linting errors are fixed
3) All tests are passing
4) The project can be compiled inside of the local development env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant